home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / ExitDry.Dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1997-11-21  |  350 b   |  14 lines

  1. on exitFrame
  2.   global exitReward, snapV, snapH
  3.   if (exitReward = "hay") or (exitReward = "newsPaper") then
  4.     set snapH to 474
  5.     set snapV to 389
  6.   else
  7.     set snapH to 469
  8.     set snapV to 374
  9.   end if
  10.   set the castNum of sprite 16 to the number of cast exitReward
  11.   set the locV of sprite 16 to snapV
  12.   set the locH of sprite 16 to snapH
  13. end
  14.